Vcenter Vm Guest Processes Summary

Vcenter Vm Guest Processes Summary
Vcenter Vm Guest Processes Summary

The Vcenter Vm Guest Processes Summary schema describes the state of a guest process.

This schema was added in vSphere API 7.0.2.0.

JSON Example
{
    "name": "string",
    "pid": 0,
    "owner": "string",
    "command": "string",
    "started": "string"
}
string
name
Required

The process name.

This property was added in vSphere API 7.0.2.0.

integer As int64 As int64
pid
Required

The process ID.

This property was added in vSphere API 7.0.2.0.

string
owner
Required

The process owner.

This property was added in vSphere API 7.0.2.0.

string
command
Required

The full command line of the process.

This property was added in vSphere API 7.0.2.0.

string As date-time As date-time
started
Required

The start time of the process.

This property was added in vSphere API 7.0.2.0.